home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m70.dir / 00073.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  154 b   |  8 lines

  1. on mouseDown
  2.   set the castNum of sprite 21 to cast "tutorialbutton9"
  3.   if pressButton(21) then
  4.     pupSprites(1, 48, 0)
  5.     go("tutorial9")
  6.   end if
  7. end
  8.